Appliance Update Staged Info

Appliance Update Staged Info
Appliance Update Staged Info

The Appliance Update Staged Info schema contains information about the staged update

This schema was added in vSphere API 6.7.

JSON Example
{
    "staging_complete": false,
    "component": "string",
    "version": "string",
    "name": "string",
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "priority": "string",
    "severity": "string",
    "update_type": "string",
    "release_date": "string",
    "reboot_required": false,
    "size": 0
}
boolean
staging_complete
Required

Is staging complete

This property was added in vSphere API 6.7.

string
component
Optional

Staged Component name.

This property was added in vSphere API 8.0.0.1.

if missing or null the staged update is for full patch if set staged update is an upgradeable component which can be updated individually without vc update

string
version
Required

Version in form of X.Y.Z.P. e.g. 6.5.1.5400

This property was added in vSphere API 6.7.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.update.pending. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.update.pending.

string
name
Required

Name of the update.

This property was added in vSphere API 6.7.

description
Required

Description of the update. The short information what this update is. E.g. "Update2 for vCenter Server Appliance 6.5"

This property was added in vSphere API 6.7.

string
priority
Required

Update priority

For more information see: Appliance Update CommonInfo Priority.

This property was added in vSphere API 6.7.

string
severity
Required

Update severity

For more information see: Appliance Update CommonInfo Severity.

This property was added in vSphere API 6.7.

string
update_type
Required

Update category

For more information see: Appliance Update CommonInfo Category.

This property was added in vSphere API 6.7.

string As date-time As date-time
release_date
Required

Update release date.

This property was added in vSphere API 6.7.

boolean
reboot_required
Required

Flag indicating whether reboot is required after update.

This property was added in vSphere API 6.7.

integer As int64 As int64
size
Required

Download Size of update in Megabytes.

This property was added in vSphere API 6.7.